home *** CD-ROM | disk | FTP | other *** search
- inherited frmEvaluateVar: TfrmEvaluateVar
- HorzScrollBar.Range = 0
- VertScrollBar.Range = 0
- BorderStyle = bsDialog
- Caption = 'Evaluate'
- ClientHeight = 92
- ClientWidth = 312
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited spdPVar: TSpeedButton
- Left = 164
- Top = 8
- end
- object lblVarComboTitle: TLabel [1]
- Left = 8
- Top = 8
- Width = 132
- Height = 13
- Caption = 'Select &variable to evaluate:'
- FocusControl = cboVars
- end
- object cboVars: TComboBox [2]
- Left = 8
- Top = 28
- Width = 297
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- object comOk: TButton [3]
- Left = 60
- Top = 60
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object comCancel: TButton [4]
- Left = 160
- Top = 60
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- inherited IvTranslator1: TIvTranslator
- Left = 116
- Top = 0
- end
- end
-